home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / DRIVER.CAB / escriptf.ppd < prev    next >
Encoding:
PostScript Printer Description  |  1999-05-14  |  23.6 KB  |  657 lines

  1. *PPD-Adobe: "4.0"
  2. *%
  3. *% This PPD is used to select A4 for the default page size.
  4. *%
  5. *% Note:  For use with some ancient applications, e.g., Adobe Separator 3.2,
  6. *%   it may be necessary to make a version of this file with the first line
  7. *%   commented out.
  8. *%
  9. *% PTL SCCS ID "@(#)PPD    1.9x 4/27/95";
  10. *%
  11. *FormatVersion: "4.0"
  12. *FileVersion: "1.9x"
  13. *LanguageVersion: English
  14. *%
  15. *Product: "(EPL-N1600)"
  16. *%
  17. *PSVersion: "(132.18) 2834"
  18. *%
  19. *ModelName: "EPSON EPL-N1600 EPSONScript"
  20. *%
  21. *% NickName can be customized by the local system administrator.
  22. *NickName: "EPSON EPL-N1600 EPSONScript"
  23. *%
  24. *PCFileName: "ESCRIPTF.PPD"
  25. *Manufacturer: "Epson"
  26.  
  27. *%=== Basic Capabilities ===============
  28. *LanguageLevel: "2"
  29. *ColorDevice: False
  30. *DefaultColorSpace: Gray
  31. *Throughput: "16"
  32. *Protocols: TBCP
  33.  
  34. *% The FreeVM number is most useful for intelligent spoolers that can
  35. *%   decide which printer to use, based on the known available memory.
  36. *%   I.e., in general, this number is not too important.
  37. *% FreeVM may be set for the particular printer's memory configuration
  38. *%   by typing  "vmstatus exch sub == pop"  JUST AFTER POWER UP.  This number
  39. *%   varies only slightly for ON vs. OFF settings of "JOB MENU > PAGE PROTECT",
  40. *%   or for 300 vs. 600 dpi.
  41. *% Note:  The actual *usable* memory size *is* increased when "JOB MENU PAGE
  42. *%   PROTECT" is set to "OFF", and when RESOLUTION is set to 300.
  43. *%
  44. *FreeVM: "3589888"
  45. *VMOption None/Minimum PS2 Standard 8.0 MB RAM: "5589888"
  46. *VMOption 10.0MB: "7384192"
  47. *VMOption 12.0MB: "9178496"
  48. *VMOption 16.0MB: "13067104"
  49. *VMOption 24.0MB: "20598752"
  50. *VMOption 40.0MB: "36698752"
  51.  
  52. *Password: "()"
  53. *ExitServer: " count 0 eq % Is password on stack?
  54.    { false } { true exch startjob } ifelse
  55.      not { (WARNING: Cannot modify initial VM.) =
  56.            (Missing or invalid password.) =
  57.            (Please contact author of this software.) = flush quit
  58.          } if"
  59. *End
  60. *Reset: "count 0 eq % Is password on stack?
  61.    { false } { true exch startjob } ifelse
  62.      not { (WARNING: Cannot reset printer.) =
  63.            (Missing or invalid password.) =
  64.            (Please contact author of this software.) = flush quit
  65.          } if
  66.     systemdict /quit get exec
  67.     (WARNING:  Printer Reset Failed.) = flush"
  68. *End
  69.  
  70. *% When MicroGray is on, RITech is disabled automatically, invisible to user.
  71. *%   (We needn't enforce this at the user interface.)
  72. *% *UIConstraints: *MicroGray On *Smoothing Off
  73.  
  74. *% Resolution
  75. *%
  76. *% Must be followed by a paper or tray operator to take effect!
  77. *%
  78. *OpenUI *Resolution/Printing Resolution: PickOne
  79. *OrderDependency: 10 AnySetup *Resolution
  80. *% NOTE:  Printer does NOT support 400dpi, and "400dpi" will not appear
  81. *%   in the user interface.  We are using 400dpi as a way to access
  82. *%   "Printer's default", within the constraints of the PPD format.
  83. *%
  84. *% Printer's resolution selection
  85. *DefaultResolution: 400dpi
  86. *Resolution 400dpi/Printer's default: ""
  87. *Resolution 600dpi/600 dpi: "<</HWResolution [600 600] >> setpagedevice"
  88. *Resolution 300dpi/300 dpi: "<</HWResolution [300 300] >> setpagedevice"
  89. *?Resolution: "save currentpagedevice /HWResolution get 0 get
  90.   (          ) cvs print (dpi) = flush restore"
  91. *End
  92. *CloseUI: *Resolution
  93.  
  94. *% Duplex
  95. *%
  96. *OpenUI *PSDuplex/Duplex: PickOne
  97. *OrderDependency: 90 AnySetup *PSDuplex
  98. *DefaultPSDuplex: Default
  99. *%
  100. *PSDuplex Default/Printer's default: ""
  101. *PSDuplex Off/Off: "<</Duplex false>> setpagedevice"
  102. *PSDuplex On/On:  "<</Duplex true>> setpagedevice"
  103. *?PSDuplex: "save[(Off)(On)]
  104.   currentpagedevice /Duplex get get
  105.   = flush restore"
  106. *End
  107. *CloseUI: *PSDuplex
  108.  
  109. *% Binding
  110. *%
  111. *OpenUI *PSBinding/Binding: PickOne
  112. *OrderDependency: 90 AnySetup *PSBinding
  113. *DefaultPSBinding: Default
  114. *%
  115. *PSBinding Default/Printer's default: ""
  116. *PSBinding LongEdge/Long Edge: "<</Tumble false>> setpagedevice"
  117. *PSBinding ShortEdge/Short Edge: "<</Tumble true>> setpagedevice"
  118. *?PSBinding: "save[(LongEdge)(ShortEdge)]
  119.   currentpagedevice /Tumble get get
  120.   = flush restore"
  121. *End
  122. *CloseUI: *PSBinding
  123.  
  124. *% Epson RITech (Resolution Improvement Technology)
  125. *%
  126. *OpenUI *Smoothing/Resolution Improve: PickOne
  127. *OrderDependency: 50 AnySetup *Smoothing
  128. *DefaultSmoothing: Default
  129. *% "Printer's default" appears twice for PSPrinter/LW8.0, once for EpsonScript.
  130. *Smoothing Default/Printer's default: ""
  131. *Smoothing Off/Off: "<</REValue 0>> setsystemparams"
  132. *Smoothing On/On: "<</REValue 1>> setsystemparams"
  133. *% First "Off" ("Not available"), should never occur for this product.
  134. *?Smoothing: "save [(Off)(Off)(On)]
  135.   currentsystemparams /REValue get  1 add  get
  136.   = flush restore"
  137. *End
  138. *CloseUI: *Smoothing
  139.  
  140. *% User preference of Printer's Default Monochrome Screen:
  141. *%
  142. *% At 600 dpi, when MultiGray/MicroGray is selected:
  143. *%   * Images with 8 or more bits will be rendered by Epson's MicroGray (R)
  144. *%       screening, with an effective frequency of 141 lpi at 45 degrees.
  145. *%   * Other screened areas will be rendered by Phoenix Technologies'
  146. *%       MultiGray (R), with an effective frequency of 106 lpi at 45 degrees.
  147. *% At 300 dpi, when MultiGray/MicroGray is selected:
  148. *%   * All screened areas will be rendered by Phoenix Technologies'
  149. *%       MultiGray (R), with an effective frequency of 53 lpi at 45 degrees.
  150. *%
  151. *OpenUI *MicroGray/Dot Screen: PickOne
  152. *OrderDependency: 60 AnySetup *MicroGray
  153. *DefaultMicroGray: Default
  154. *MicroGray Default/Printer's default: ""
  155. *MicroGray Off/Standard: "
  156.   <</PrefScreenValue 0>> setuserparams currentscreen setscreen"
  157. *End
  158. *MicroGray On/MultiGray/MicroGray: "
  159.   <</PrefScreenValue 1>> setuserparams currentscreen setscreen"
  160. *End
  161. *?MicroGray: "save [(Off)(On)]
  162.   currentuserparams /PrefScreenValue get get
  163.   = flush restore"
  164. *End
  165. *CloseUI: *MicroGray
  166.  
  167. *% At 600 dpi, MicroGray is selected:
  168. *%       frequency of 141 lpi at 45 degrees
  169. *%       frequency of 106 lpi at 45 degrees
  170. *OpenUI *EmgtFrequency/MicroGray Frequency: PickOne
  171. *OrderDependency: 70 AnySetup *EmgtFrequency
  172. *DefaultEmgtFrequency: Default
  173. *EmgtFrequency Default/106 lpi: ""
  174. *End
  175. *EmgtFrequency 141lpi/141 lpi: "
  176.   <</EmgtFrequency 0>> setuserparams"
  177. *End
  178. *?EmgtFrequency: "save [(141lpi)]
  179.   currentuserparams /EmgtFrequency get get
  180.   = flush restore"
  181. *End
  182. *CloseUI: *EmgtFrequency
  183.  
  184. *% PS Error Sheet
  185. *%
  186. *OpenUI *PSerrorsheet/Error Sheet: PickOne
  187. *OrderDependency: 80 AnySetup *PSerrorsheet
  188. *DefaultPSerrorsheet: Default
  189. *%
  190. *PSerrorsheet Default/Printer's default: ""
  191. *PSerrorsheet Off/Off: "<</DoErrorSheet false>> setsystemparams"
  192. *PSerrorsheet On/On:  "<</DoErrorSheet true>>  setsystemparams"
  193. *?PSerrorsheet: "save[(Off)(On)]
  194.   currentsystemparams /DoErrorSheet get get
  195.   = flush restore"
  196. *End
  197. *CloseUI: *PSerrorsheet
  198.  
  199. *% PS Printmode
  200. *%
  201. *OpenUI *PSprintmode/Page Protect: PickOne
  202. *OrderDependency: 90 AnySetup *PSprintmode
  203. *DefaultPSprintmode: Default
  204. *%
  205. *PSprintmode Default/Printer's default: ""
  206. *PSprintmode Off/Off: "<</PrintMode 0>> setsystemparams"
  207. *PSprintmode On/On:  "<</PrintMode 1>>  setsystemparams"
  208. *?PSprintmode: "save[(Off)(On)]
  209.   currentsystemparams /PrintMode get get
  210.   = flush restore"
  211. *End
  212. *CloseUI: *PSprintmode
  213.  
  214. *% PSprotectLevel
  215. *%
  216. *OpenUI *PSprotectlevel/Protect Level: PickOne
  217. *OrderDependency: 100 AnySetup *PSprotectlevel
  218. *DefaultPSprotectlevel: Default
  219. *%
  220. *PSprotectlevel Default/Printer's default: ""
  221. *PSprotectlevel level1/1: "<</ProtectLevel 1>> setuserparams"
  222. *PSprotectlevel level2/2: "<</ProtectLevel 2>> setuserparams"
  223. *PSprotectlevel level3/3: "<</ProtectLevel 3>> setuserparams"
  224. *PSprotectlevel level4/4: "<</ProtectLevel 4>> setuserparams"
  225. *PSprotectlevel level5/5: "<</ProtectLevel 5>> setuserparams"
  226. *?PSprotectlevel: "save[(level1)(level2)(level3)(level4)(level5)]
  227.   currentuserparams /ProtectLevel get get
  228.   = flush restore"
  229. *End
  230. *CloseUI: *PSprotectlevel
  231.  
  232. *% PS Toner Save
  233. *%
  234. *OpenUI *TonerSave/Toner Save: PickOne
  235. *OrderDependency: 110 AnySetup *TonerSave
  236. *DefaultTonerSave: Default
  237. *%
  238. *TonerSave Default/Printer's default: ""
  239. *TonerSave Off/Off: "<</TonerSave false>> setuserparams"
  240. *TonerSave On/On:  "<</TonerSave true>>  setuserparams"
  241. *?TonerSave: "save [(Off)(On)]
  242.   currentuserparams /TonerSave get get
  243.   = flush restore"
  244. *End
  245. *CloseUI: *TonerSave
  246.  
  247.  
  248. *% PS Toner Density
  249. *%
  250. *OpenUI *TonerDensity/Toner Density: PickOne
  251. *OrderDependency: 120 AnySetup *TonerDensity
  252. *DefaultTonerDensity: Default
  253. *%
  254. *TonerDensity Default/Printer's default: ""
  255. *TonerDensity Lightest/Lightest: "<</TonerDensity 1>> setuserparams"
  256. *TonerDensity Light/Light:  "<</TonerDensity 2>> setuserparams"
  257. *TonerDensity Medium/Medium: "<</TonerDensity 3>> setuserparams"
  258. *TonerDensity Dark/Dark:   "<</TonerDensity 4>> setuserparams"
  259. *TonerDensity Darkest/Darkest: "<</TonerDensity 5>> setuserparams"
  260. *?TonerDensity: "save [(Lightest)(Light)(Medium)(Dark)(Darkest)]
  261.   currentuserparams /TonerDensity get get
  262.   = flush restore"
  263. *End
  264. *CloseUI: *TonerDensity
  265.  
  266. *% Halftone Information ===========================
  267. *%
  268. *% Standard non-MicroGray screen is 60 lpi for 300 dpi, 85 lpi for 600 dpi.
  269. *%
  270. *ScreenFreq: "60"
  271. *ScreenAngle: "45"
  272. *DefaultScreenProc: Dot
  273.  
  274. *ScreenProc Dot: "
  275. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  276. sub}{dup mul exch dup mul add 1 exch sub}ifelse}"
  277. *End
  278. *ScreenProc Line: "{pop}"
  279. *ScreenProc Ellipse: "{dup 5 mul 8 div mul exch dup mul exch add
  280.  sqrt 1 exch sub}"
  281. *End
  282.  
  283. *DefaultTransfer: Null
  284. *Transfer Null: "{}"
  285. *Transfer Null.Inverse: "{1 exch sub}"
  286.  
  287. *% === Paper Handling ===================
  288. *%
  289. *% Use these PageSize entries to set paper size unless there is specific reason
  290. *%   to use PageRegion, such as when using manual feed.  (PageSize code is
  291. *%   included in the PostScript file when Mac driver's "Paper from" is set
  292. *%   to "Auto Select" or "Automatic".)
  293. *%
  294. *OpenUI *PageSize: PickOne
  295. *OrderDependency: 40 AnySetup *PageSize
  296. *%
  297. *% Typically, set DefaultPageSize to Letter for ActionLaser 1600.
  298. *% Typically, set DefaultPageSize to A4     for EPL-5600.
  299. *% This may be set to whatever is the most common PageSize at a site.  (Note:
  300. *%   per-job PageSize is not stored with the job by all Mac applications.)
  301. *DefaultPageSize: A4
  302. *%
  303. *PageSize A4: "a4"
  304. *PageSize A5: "a5"
  305. *PageSize B5: "b5"
  306. *PageSize Letter: "letter"
  307. *PageSize Legal: "legal"
  308. *PageSize HalfLetter/Half Letter: "halfletter"
  309. *PageSize Executive: "executivepage"
  310. *PageSize Govlgl/Government Legal: "glg"
  311. *PageSize Govltr/Government Letter: "glt"
  312. *PageSize F4: "f4"
  313. *PageSize Monarch: "monarch"
  314. *PageSize Comm10/Commercial-10: "com10"
  315. *PageSize DL: "dlenvelope"
  316. *PageSize C5: "c5"
  317. *PageSize ISOB5/International B5: "enb5"
  318. *PageSize C6: "c6"
  319. *PageSize Custom: "custom"
  320. *?PageSize: "save
  321.  18 dict
  322.    dup /a4 (A4) put
  323.    dup /a5 (A5) put
  324.    dup /b5 (B5) put
  325.    dup /letter (Letter) put
  326.    dup /legal (Legal) put
  327.    dup /halfletter (HalfLetter) put
  328.    dup /executivepage (Executive) put
  329.    dup /glg (Govlgl) put
  330.    dup /glt (Govltr) put
  331.    dup /f4 (F4) put
  332.    dup /monarch (Monarch) put
  333.    dup /com10 (Comm10) put
  334.    dup /dl (DL) put
  335.    dup /dlenvelope (DL) put
  336.    dup /c5 (C5) put
  337.    dup /enb5 (ISOB5) put
  338.    dup /c6 (C6) put
  339.    dup /custom (Custom) put
  340.    paperdict {
  341.      /pindex get 
  342.      currentsystemparams /PaperSize get  eq
  343.      { exit } { pop} ifelse
  344.    } forall
  345.   count 0 eq { (Unknown) }{ get } ifelse =
  346.   flush restore"
  347. *End
  348. *CloseUI: *PageSize
  349.  
  350. *% These entries set up the frame buffer.  Usually used with manual feed.
  351. *%   (These are intended to be ignored if emitted before InputSlot for
  352. *%   this printer.  I.e., InputSlot will override a preceding PageRegion.)
  353. *%
  354. *OpenUI *PageRegion: PickOne
  355. *OrderDependency: 20 AnySetup *PageRegion
  356. *%
  357. *% Typically, set DefaultPageRegion to Letter for ActionLaser 1300.
  358. *% Typically, set DefaultPageRegion to A4     for EPL-5500.
  359. *DefaultPageRegion: A4
  360. *%
  361. *PageRegion A4: "a4"
  362. *PageRegion A5: "a5"
  363. *PageRegion B5: "b5"
  364. *PageRegion Letter: "letter"
  365. *PageRegion Legal: "legal"
  366. *PageRegion HalfLetter/Half Letter: "halfletter"
  367. *PageRegion Executive: "executivepage"
  368. *PageRegion Govlgl/Government Legal: "glg"
  369. *PageRegion Govltr/Government Letter: "glt"
  370. *PageRegion F4: "f4"
  371. *PageRegion Monarch: "monarch"
  372. *PageRegion Comm10/Commercial-10: "com10"
  373. *PageRegion DL: "dlenvelope"
  374. *PageRegion C5: "c5"
  375. *PageRegion ISOB5/International B5: "enb5"
  376. *PageRegion C6: "c6"
  377. *PageRegion Custom: "custom"
  378. *CloseUI: *PageRegion
  379.  
  380.  
  381. *% These entries provide the imageable areas of the media option keywords.
  382. *%   Low x,y were rounded up, high x,y rounded down to integer for Windows.
  383. *%
  384. *% Typically, set DefaultImageableArea to Letter for ActionLaser 1600.
  385. *% Typically, set DefaultImageableArea to A4     for EPL-5600.
  386. *DefaultImageableArea: A4
  387. *%
  388. *ImageableArea A4: "12 12 583 829"
  389. *ImageableArea A5: "12 12 407 583"
  390. *ImageableArea B5: "12 12 503 716"
  391. *ImageableArea Letter: "12 12 599 779"
  392. *ImageableArea Legal: "12 12 599 995"
  393. *ImageableArea HalfLetter/Half Letter: "12 12 383 599"
  394. *ImageableArea Executive: "12 12 509 743"
  395. *ImageableArea Govlgl/Government Legal: "12 12 599 923"
  396. *ImageableArea Govltr/Government Letter: "12 12 563 743"
  397. *ImageableArea F4: "12 12 583 923"
  398. *ImageableArea Monarch: "12 12 266 527"
  399. *ImageableArea Comm10/Commercial-10: "12 12 284 671"
  400. *ImageableArea DL: "12 12 299 611"
  401. *ImageableArea C5: "12 12 447 636"
  402. *ImageableArea ISOB5/International B5: "12 12 486 696"
  403. *ImageableArea C6: "12 12 311 447"
  404. *ImageableArea Custom: "12 12 603 995"
  405. *?ImageableArea: "save
  406.   /cvp {(                ) cvs print ( ) print } bind def
  407.   /upperright {10000 mul floor 10000 div} bind def
  408.   /lowerleft {10000 mul ceiling 10000 div} bind def
  409.   newpath clippath pathbbox
  410.   4 -2 roll exch 2 {lowerleft cvp} repeat
  411.   exch 2 {upperright cvp} repeat flush
  412.   restore"
  413. *End
  414.  
  415.  
  416. *% These provide the physical dimensions of the media, by option keyword.
  417. *%
  418. *% Typically, set DefaultPaperDimension to Letter for ActionLaser 1300.
  419. *% Typically, set DefaultPaperDimension to A4     for EPL-5500.
  420. *DefaultPaperDimension: A4
  421. *%
  422. *PaperDimension A4: "595 841"
  423. *PaperDimension A5: "419 595"
  424. *PaperDimension B5: "516 728"
  425. *PaperDimension Letter: "612 792"
  426. *PaperDimension Legal: "612 1008"
  427. *PaperDimension HalfLetter/Half Letter: "396 612"
  428. *PaperDimension Executive: "522 756"
  429. *PaperDimension Govlgl/Government Legal: "612 936"
  430. *PaperDimension Govltr/Government Letter: "576 756"
  431. *PaperDimension F4: "595 935"
  432. *PaperDimension Monarch: "278 540"
  433. *PaperDimension Comm10/Commercial-10: "296 684"
  434. *PaperDimension DL: "311 623"
  435. *PaperDimension C5: "459 648"
  436. *PaperDimension ISOB5/International B5: "498 708"
  437. *PaperDimension C6: "323 459"
  438. *PaperDimension Custom: "618 1008"
  439.  
  440. *% This controls the "Paper from" driver dialog.
  441. *%
  442. *OpenUI *InputSlot: PickOne
  443. *OrderDependency: 30 AnySetup *InputSlot
  444. *% *DefaultInputSlot: EpsonAuto
  445. *%
  446. *% The "Automatic" default causes tray-selection based on PageSize.
  447. *% Default appears to be "Automatic" for EpsonScript Driver, and equivalently,
  448. *%   "Auto Select" for PSPrinter/LW8.0 .  I.e., DefaultInputSlot is ignored.
  449. *% 
  450. *InputSlot EpsonAuto/Printer's Automatic: "3 statusdict /setpapertray get exec
  451.   <</ManualFeed false >> setpagedevice"
  452. *End
  453. *InputSlot Manual/Manual Feed: "0 statusdict /setpapertray get exec
  454.   <</ManualFeed true >> setpagedevice"
  455. *End
  456. *InputSlot Upper/MP Tray: "0 statusdict /setpapertray get exec
  457.   <</ManualFeed false >> setpagedevice"
  458. *End
  459. *InputSlot Lower1/Lower Cassette: "1 statusdict /setpapertray get exec
  460.   <</ManualFeed false >> setpagedevice"
  461. *End
  462. *InputSlot Lower2/Optional Lower Cassette: "2 statusdict /setpapertray get exec
  463.   <</ManualFeed false >> setpagedevice"
  464. *End*?InputSlot: "
  465.  save
  466.  currentpagedevice /ManualFeed get
  467.    {(Manual)}  {
  468.    4 dict
  469.       dup /0 (Upper) put
  470.       dup /1 (Lower1) put
  471.       dup /2 (Lower2) put
  472.       dup /3 (EpsonAuto) put
  473.       statusdict /papertray get exec
  474.       {get} stopped {pop pop (Unknown)} if
  475.  } ifelse
  476.    = flush  restore"
  477. *End
  478. *CloseUI: *InputSlot
  479.  
  480. *% Font Information =====================
  481. *%
  482. *% Note:  "Helvetica", "Palatino" and "Times" are registered trademarks of
  483. *%   Linotype AG and/or its subsidiaries.  The PostScript interpreter
  484. *%   addressed by this PPD will substitute the comparable Bitstream font
  485. *%   families "Swiss", "Zapf Calligraphic", and "Dutch", respectively,
  486. *%   for PostScript references to the former three names.
  487. *%
  488. *DefaultFont: Courier
  489. *Font AvantGarde-Book:              Standard "(002)" Standard ROM
  490. *Font AvantGarde-BookOblique:          Standard "(002)" Standard ROM
  491. *Font AvantGarde-Demi:              Standard "(002)" Standard ROM
  492. *Font AvantGarde-DemiOblique:          Standard "(002)" Standard ROM
  493. *Font Bookman-Demi:              Standard "(002)" Standard ROM
  494. *Font Bookman-DemiItalic:          Standard "(002)" Standard ROM
  495. *Font Bookman-Light:              Standard "(002)" Standard ROM
  496. *Font Bookman-LightItalic:          Standard "(002)" Standard ROM
  497. *Font Courier:                  Standard "(002)" Standard ROM
  498. *Font Courier-Bold:              Standard "(002)" Standard ROM
  499. *Font Courier-BoldOblique:          Standard "(002)" Standard ROM
  500. *Font Courier-Oblique:              Standard "(002)" Standard ROM
  501. *Font Helvetica:              Standard "(002)" Standard ROM
  502. *Font Helvetica-Bold:              Standard "(002)" Standard ROM
  503. *Font Helvetica-BoldOblique:          Standard "(002)" Standard ROM
  504. *Font Helvetica-Narrow:              Standard "(002)" Standard ROM
  505. *Font Helvetica-Narrow-Bold:          Standard "(002)" Standard ROM
  506. *Font Helvetica-Narrow-BoldOblique:   Standard "(002)" Standard ROM
  507. *Font Helvetica-Narrow-Oblique:          Standard "(002)" Standard ROM
  508. *Font Helvetica-Oblique:          Standard "(002)" Standard ROM
  509. *Font NewCenturySchlbk-Bold:          Standard "(002)" Standard ROM
  510. *Font NewCenturySchlbk-BoldItalic:    Standard "(002)" Standard ROM
  511. *Font NewCenturySchlbk-Italic:          Standard "(002)" Standard ROM
  512. *Font NewCenturySchlbk-Roman:          Standard "(002)" Standard ROM
  513. *Font Palatino-Bold:              Standard "(002)" Standard ROM
  514. *Font Palatino-BoldItalic:          Standard "(002)" Standard ROM
  515. *Font Palatino-Italic:              Standard "(002)" Standard ROM
  516. *Font Palatino-Roman:              Standard "(002)" Standard ROM
  517. *Font Symbol:                  Standard "(002)" Standard ROM
  518. *Font Times-Bold:              Standard "(002)" Standard ROM
  519. *Font Times-BoldItalic:              Standard "(002)" Standard ROM
  520. *Font Times-Italic:              Standard "(002)" Standard ROM
  521. *Font Times-Roman:              Standard "(002)" Standard ROM
  522. *Font ZapfChancery-MediumItalic:      Standard "(002)" Standard ROM
  523. *Font ZapfDingbats:              Standard "(002)" Standard ROM
  524. *% 
  525.  
  526. *?FontQuery: "save
  527.  /str 100 string dup 0 (fonts/) putinterval def
  528.  {
  529.    count 1 gt
  530.    {
  531.      exch dup str 6 94 getinterval cvs
  532.      (/) print dup print (:) print exch
  533.      FontDirectory exch known
  534.      { pop (Yes) }
  535.  {
  536.    length 6 add str 0 3 -1 roll getinterval
  537.    mark exch status
  538.        {cleartomark (Yes)}{cleartomark (No)} ifelse
  539.      } ifelse = flush
  540.    }
  541.    {exit} ifelse
  542.  }bind loop
  543.  (*) = flush
  544. restore"
  545. *End
  546.  
  547. *?FontList: "save
  548.   FontDirectory { pop == } bind forall flush
  549. (*) = flush
  550. restore"
  551. *End
  552.  
  553. *% Printer Messages (verbatim from printer):
  554. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  555. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  556. *Message: "\FontName\ not found, using Courier"
  557.  
  558. *% Status (format: %%[ status: <one of these> ]%% )
  559. *Status: "idle"
  560. *Status: "busy"
  561. *Status: "waiting"
  562. *Status: "printing"
  563. *Status: "initializing"
  564. *Status: "PrinterError:off line"
  565. *Status: "PrinterError:out of paper"
  566. *Status: "PrinterError:cover open"
  567. *Status: "PrinterError:paper entry misfeed"
  568. *Status: "PrinterError:Ink/Toner end"
  569. *Status: "PrinterError:PRINT OVERRUN"
  570. *Status: "PrinterError:INSERT CART"
  571. *Status: "PrinterError:ILLEGAL CART"
  572. *Status: "PrinterError:REMOVE CART"
  573.  
  574. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  575. *Source: "Serial"
  576. *Source: "Parallel"
  577. *Source: "AppleTalk"
  578. *Source: "Other I/O"
  579.  
  580. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  581. *%   (Printer Errors are reported via the LCD display on the printer.)
  582. *PrinterError: "off line"
  583. *PrinterError: "out of paper"
  584. *PrinterError: "cover open"
  585. *PrinterError: "paper entry misfeed"
  586. *PrinterError: "Ink/Toner end"
  587. *PrinterError: "PRINT OVERRUN"
  588. *PrinterError: "INSERT CART"
  589. *PrinterError: "ILLEGAL CART"
  590. *PrinterError: "REMOVE CART"
  591.  
  592.  
  593. *% Color Separation Information =====================
  594.  
  595. *%*DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  596. *DefaultColorSep: ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi
  597.  
  598. *InkName: ProcessBlack/Process Black
  599. *InkName: CustomColor/Custom Color
  600. *InkName: ProcessCyan/Process Cyan
  601. *InkName: ProcessMagenta/Process Magenta
  602. *InkName: ProcessYellow/Process Yellow
  603.  
  604. *%  For 60 lpi / 300 dpi  ===============================
  605. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  606. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  607. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  608. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  609. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  610. *%
  611. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  612. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  613. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  614. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  615. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  616.  
  617. *%  For 53 lpi / 300 dpi  ===============================
  618. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  619. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  620. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "21.801"
  621. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "68.1985"
  622. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  623. *%
  624. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  625. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  626. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "55.7086"
  627. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "55.708"
  628. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  629.  
  630. *%  For 85 lpi / 600 dpi  ===============================
  631. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45"
  632. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45"
  633. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "15"
  634. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "75"
  635. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0"
  636. *%
  637. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "85"
  638. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "85"
  639. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "85"
  640. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "85"
  641. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "85"
  642.  
  643. *%  For 71 lpi / 600 dpi  ===============================
  644. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45"
  645. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45"
  646. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "15"
  647. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "75"
  648. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0"
  649. *%
  650. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.71"
  651. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.71"
  652. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "72.76"
  653. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "72.76"
  654. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "75"
  655.  
  656. *% end of PPD file for EPSON EPL-N1600 EpsonScript.
  657.